home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13144 < prev    next >
Encoding:
Text File  |  1996-08-05  |  778 b   |  20 lines

  1. Path: news.compuserve.com!newsmaster
  2. From: Philippe Verdy <100105.3120@compuserve.com>
  3. Newsgroups: comp.lang.c++,gnu.g++.help,comp.unix.solaris
  4. Subject: Re: dealing without bool type
  5. Date: 24 Mar 1996 00:43:44 GMT
  6. Organization: CompuServe Incorporated
  7. Distribution: inet
  8. Message-ID: <4j25s0$shm@arl-news-svc-3.compuserve.com>
  9. NNTP-Posting-Host: ad53-232.compuserve.com
  10.  
  11. smurman@shellx.best.com (Scott Murman) s'Θcrit :
  12. > I've used g++ for my compiler.  I now have Sun's SC4.1 to use, but it
  13. > doesn't seem to have bool as a built-in data type.  What are some good
  14. > ways to deal with this?
  15. You need to add some classes to your RTL include files which
  16. will define a compatible environment. Using the bool class
  17. defined in Microsoft Visual C++ 4.5 is the simplest solution.
  18.